home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 34 / PC Gamer IT CD 34 2-2.iso / utility / rccd30103 / _SETUP.1 / Rccd.exe / 0 / RCDATA / TFRMPROPERTIES / TFRMPROPERTIES.txt < prev   
Text File  |  1998-09-03  |  36KB  |  1,429 lines

  1. object frmProperties: TfrmProperties
  2.   Left = 296
  3.   Top = 201
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Remote Control CD Player Properties'
  7.   ClientHeight = 422
  8.   ClientWidth = 582
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   ShowHint = True
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnKeyDown = FormKeyDown
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object PageControl: TPageControl
  25.     Left = 177
  26.     Top = 21
  27.     Width = 405
  28.     Height = 374
  29.     ActivePage = tbsAppearance
  30.     Align = alClient
  31.     TabOrder = 1
  32.     OnChange = PageControlChange
  33.     object tbsGeneral: TTabSheet
  34.       Tag = 1
  35.       Caption = '&Behaviour'
  36.       TabVisible = False
  37.       object Image4: TImage
  38.         Left = 8
  39.         Top = 8
  40.         Width = 48
  41.         Height = 48
  42.         AutoSize = True
  43.         Picture.Data = {<image000.bmp>}
  44.         Transparent = True
  45.       end
  46.       object Label8: TLabel
  47.         Left = 64
  48.         Top = 24
  49.         Width = 301
  50.         Height = 25
  51.         AutoSize = False
  52.         Caption = 'Use these settings to control the behaviour of the CD player.'
  53.         WordWrap = True
  54.       end
  55.       object optStartup: TRadioGroup
  56.         Left = 8
  57.         Top = 64
  58.         Width = 185
  59.         Height = 65
  60.         HelpContext = 101
  61.         Caption = 'On Startup'
  62.         ItemIndex = 1
  63.         Items.Strings = (
  64.           'Start in &tray immediately'
  65.           'Sho&w on screen')
  66.         TabOrder = 0
  67.         OnClick = AnyChange
  68.       end
  69.       object optOnInsert: TRadioGroup
  70.         Left = 200
  71.         Top = 64
  72.         Width = 189
  73.         Height = 65
  74.         HelpContext = 102
  75.         Caption = 'When a CD is inserted'
  76.         ItemIndex = 1
  77.         Items.Strings = (
  78.           'Start &playing immediately'
  79.           '&Don'#39't play')
  80.         TabOrder = 1
  81.         OnClick = AnyChange
  82.       end
  83.       object GroupBox5: TGroupBox
  84.         Left = 200
  85.         Top = 200
  86.         Width = 185
  87.         Height = 49
  88.         HelpContext = 109
  89.         Caption = 'Default CD Drive'
  90.         TabOrder = 4
  91.         object cbDriveList: TComboBox
  92.           Left = 12
  93.           Top = 20
  94.           Width = 65
  95.           Height = 21
  96.           HelpContext = 109
  97.           Style = csDropDownList
  98.           ItemHeight = 0
  99.           TabOrder = 0
  100.           OnChange = AnyChange
  101.         end
  102.       end
  103.       object Database: TGroupBox
  104.         Left = 8
  105.         Top = 260
  106.         Width = 185
  107.         Height = 69
  108.         Caption = 'CD Database'
  109.         TabOrder = 5
  110.         object cbFormatNative: TCheckBox
  111.           Left = 8
  112.           Top = 20
  113.           Width = 173
  114.           Height = 17
  115.           HelpContext = 107
  116.           Caption = 'Save in CDPlayer.&INI format'
  117.           TabOrder = 0
  118.         end
  119.         object cbFormatCDDB: TCheckBox
  120.           Left = 8
  121.           Top = 44
  122.           Width = 165
  123.           Height = 17
  124.           HelpContext = 108
  125.           Caption = 'Save in CDDB &format'
  126.           TabOrder = 1
  127.         end
  128.       end
  129.       object GroupBox6: TGroupBox
  130.         Left = 8
  131.         Top = 144
  132.         Width = 185
  133.         Height = 105
  134.         Caption = 'Options'
  135.         TabOrder = 2
  136.         object Label16: TLabel
  137.           Left = 12
  138.           Top = 72
  139.           Width = 111
  140.           Height = 13
  141.           Caption = 'Skip amount (seconds):'
  142.         end
  143.         object Edit3: TEdit
  144.           Left = 128
  145.           Top = 68
  146.           Width = 29
  147.           Height = 21
  148.           HelpContext = 105
  149.           TabStop = False
  150.           ReadOnly = True
  151.           TabOrder = 0
  152.           Text = '2'
  153.         end
  154.         object udSkipAmount: TUpDown
  155.           Left = 157
  156.           Top = 68
  157.           Width = 12
  158.           Height = 21
  159.           HelpContext = 105
  160.           Associate = Edit3
  161.           Min = 1
  162.           Max = 30
  163.           Position = 2
  164.           TabOrder = 1
  165.           Wrap = False
  166.           OnClick = udChange
  167.         end
  168.         object cbStopOnExit: TCheckBox
  169.           Left = 12
  170.           Top = 20
  171.           Width = 141
  172.           Height = 17
  173.           HelpContext = 103
  174.           Caption = 'Stop CD playing on e&xit'
  175.           TabOrder = 2
  176.           OnClick = AnyChange
  177.         end
  178.         object cbInsertNotify: TCheckBox
  179.           Left = 12
  180.           Top = 44
  181.           Width = 153
  182.           Height = 17
  183.           HelpContext = 104
  184.           Caption = '&RCCD is the default player'
  185.           TabOrder = 3
  186.           OnClick = AnyChange
  187.         end
  188.       end
  189.       object GroupBox7: TGroupBox
  190.         Left = 200
  191.         Top = 144
  192.         Width = 189
  193.         Height = 53
  194.         HelpContext = 106
  195.         Caption = 'Double-Clicking the title bar:'
  196.         TabOrder = 3
  197.         object cmbDblClickAction: TComboBox
  198.           Left = 8
  199.           Top = 20
  200.           Width = 165
  201.           Height = 21
  202.           HelpContext = 106
  203.           Style = csDropDownList
  204.           ItemHeight = 13
  205.           Items.Strings = (
  206.             'Puts RCCD in the tray'
  207.             'Edits CD Play List'
  208.             'Opens RCCD Properties'
  209.             'Rolls display up/down')
  210.           TabOrder = 0
  211.           OnChange = AnyChange
  212.         end
  213.       end
  214.     end
  215.     object tbsAppearance: TTabSheet
  216.       Tag = 2
  217.       Caption = 'A&ppearance'
  218.       TabVisible = False
  219.       object Image3: TImage
  220.         Left = 8
  221.         Top = 8
  222.         Width = 48
  223.         Height = 48
  224.         AutoSize = True
  225.         Picture.Data = {<image001.bmp>}
  226.         Transparent = True
  227.       end
  228.       object Label19: TLabel
  229.         Left = 64
  230.         Top = 24
  231.         Width = 301
  232.         Height = 25
  233.         AutoSize = False
  234.         Caption = 'Use these settings to control the appearance of the CD player.'
  235.         WordWrap = True
  236.       end
  237.       object GroupBox1: TGroupBox
  238.         Left = 8
  239.         Top = 64
  240.         Width = 381
  241.         Height = 97
  242.         Caption = 'Options'
  243.         TabOrder = 0
  244.         object cbShowToolTips: TCheckBox
  245.           Left = 224
  246.           Top = 20
  247.           Width = 97
  248.           Height = 17
  249.           HelpContext = 204
  250.           Caption = 'S&how tool tips'
  251.           State = cbChecked
  252.           TabOrder = 3
  253.           OnClick = AnyChange
  254.         end
  255.         object cbShowToolbar: TCheckBox
  256.           Left = 12
  257.           Top = 20
  258.           Width = 97
  259.           Height = 17
  260.           HelpContext = 201
  261.           Caption = 'Show t&oolbar'
  262.           State = cbChecked
  263.           TabOrder = 0
  264.           OnClick = AnyChange
  265.         end
  266.         object cbShowStatusBar: TCheckBox
  267.           Left = 12
  268.           Top = 68
  269.           Width = 97
  270.           Height = 17
  271.           HelpContext = 203
  272.           Caption = 'Show status &bar'
  273.           State = cbChecked
  274.           TabOrder = 2
  275.           OnClick = AnyChange
  276.         end
  277.         object cbShowTrackBar: TCheckBox
  278.           Left = 12
  279.           Top = 44
  280.           Width = 97
  281.           Height = 17
  282.           HelpContext = 202
  283.           Caption = 'Show t&rack bar'
  284.           State = cbChecked
  285.           TabOrder = 1
  286.           OnClick = AnyChange
  287.         end
  288.         object cbShowShortMenu: TCheckBox
  289.           Left = 224
  290.           Top = 44
  291.           Width = 105
  292.           Height = 17
  293.           HelpContext = 205
  294.           Caption = 'Show Short &menu'
  295.           TabOrder = 4
  296.           OnClick = AnyChange
  297.         end
  298.       end
  299.       object GroupBox8: TGroupBox
  300.         Left = 8
  301.         Top = 288
  302.         Width = 189
  303.         Height = 61
  304.         HelpContext = 206
  305.         Caption = 'Title bar tool tip display'
  306.         TabOrder = 2
  307.         object cmbToolTipDisplay: TComboBox
  308.           Left = 8
  309.           Top = 24
  310.           Width = 165
  311.           Height = 21
  312.           HelpContext = 206
  313.           Style = csDropDownList
  314.           ItemHeight = 13
  315.           Items.Strings = (
  316.             'None'
  317.             'Artist'
  318.             'Title'
  319.             'Track Name'
  320.             'Artist, Title'
  321.             'Artist, Title, Track Name'
  322.             'Artist, Track Name'
  323.             'Title, Track Name')
  324.           TabOrder = 0
  325.           OnChange = cmbToolTipDisplayChange
  326.         end
  327.       end
  328.       object GroupBox11: TGroupBox
  329.         Left = 8
  330.         Top = 172
  331.         Width = 385
  332.         Height = 105
  333.         Caption = 'Skin'
  334.         TabOrder = 1
  335.         object Label41: TLabel
  336.           Left = 12
  337.           Top = 48
  338.           Width = 19
  339.           Height = 13
  340.           Caption = '&File:'
  341.           FocusControl = edtSkinFileName
  342.         end
  343.         object btnSkinBrowse: TSpeedButton
  344.           Left = 348
  345.           Top = 62
  346.           Width = 25
  347.           Height = 25
  348.           Glyph.Data = {
  349.             76010000424D7601000000000000760000002800000020000000100000000100
  350.             04000000000000010000120B0000120B00001000000000000000000000000000
  351.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  352.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  353.             5555555555555555555555555555555555555555555555555555555555555555
  354.             555555555555555555555555555555555555555FFFFFFFFFF555550000000000
  355.             55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
  356.             B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
  357.             000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
  358.             555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
  359.             55555575FFF75555555555700007555555555557777555555555555555555555
  360.             5555555555555555555555555555555555555555555555555555}
  361.           NumGlyphs = 2
  362.           OnClick = btnSkinBrowseClick
  363.         end
  364.         object optSkinEnabled: TCheckBox
  365.           Left = 12
  366.           Top = 20
  367.           Width = 69
  368.           Height = 17
  369.           HelpContext = 207
  370.           Caption = '&Enabled'
  371.           State = cbChecked
  372.           TabOrder = 0
  373.           OnClick = AnyChange
  374.         end
  375.         object optSkinStretch: TCheckBox
  376.           Left = 88
  377.           Top = 20
  378.           Width = 61
  379.           Height = 17
  380.           HelpContext = 208
  381.           Caption = '&Stretch'
  382.           TabOrder = 1
  383.           OnClick = AnyChange
  384.         end
  385.         object optSkinCenter: TCheckBox
  386.           Left = 164
  387.           Top = 20
  388.           Width = 61
  389.           Height = 17
  390.           HelpContext = 209
  391.           Caption = '&Centre'
  392.           TabOrder = 2
  393.           OnClick = AnyChange
  394.         end
  395.         object edtSkinFileName: TEdit
  396.           Left = 12
  397.           Top = 64
  398.           Width = 333
  399.           Height = 21
  400.           HelpContext = 211
  401.           TabOrder = 3
  402.           OnChange = AnyChange
  403.         end
  404.         object optSkinTransparent: TCheckBox
  405.           Left = 240
  406.           Top = 20
  407.           Width = 85
  408.           Height = 17
  409.           HelpContext = 210
  410.           Caption = 'Trans&parent'
  411.           TabOrder = 4
  412.           OnClick = AnyChange
  413.         end
  414.       end
  415.     end
  416.     object tbsHotKeys: TTabSheet
  417.       Tag = 3
  418.       Caption = '&Hot Keys'
  419.       TabVisible = False
  420.       object Image1: TImage
  421.         Left = 16
  422.         Top = 16
  423.         Width = 32
  424.         Height = 32
  425.         AutoSize = True
  426.         Picture.Data = {<image002.bmp>}
  427.         Transparent = True
  428.       end
  429.       object Label7: TLabel
  430.         Left = 60
  431.         Top = 20
  432.         Width = 277
  433.         Height = 33
  434.         AutoSize = False
  435.         Caption = 
  436.           'Select the hot keys you want to use to control the Remote Contro' +
  437.           'l CD Player.'
  438.         WordWrap = True
  439.       end
  440.       object Label13: TLabel
  441.         Left = 96
  442.         Top = 56
  443.         Width = 249
  444.         Height = 17
  445.         AutoSize = False
  446.         Caption = 'Hot keys are disabled whilst this tab is selected.'
  447.         WordWrap = True
  448.       end
  449.       object Label17: TLabel
  450.         Left = 60
  451.         Top = 56
  452.         Width = 33
  453.         Height = 17
  454.         AutoSize = False
  455.         Caption = 'Note:'
  456.         Font.Charset = DEFAULT_CHARSET
  457.         Font.Color = clWindowText
  458.         Font.Height = -11
  459.         Font.Name = 'MS Sans Serif'
  460.         Font.Style = [fsBold]
  461.         ParentFont = False
  462.         WordWrap = True
  463.       end
  464.       object GroupBox2: TGroupBox
  465.         Left = 8
  466.         Top = 84
  467.         Width = 185
  468.         Height = 257
  469.         Caption = 'Playing Commands'
  470.         Font.Charset = DEFAULT_CHARSET
  471.         Font.Color = clWindowText
  472.         Font.Height = -11
  473.         Font.Name = 'MS Sans Serif'
  474.         Font.Style = []
  475.         ParentFont = False
  476.         TabOrder = 0
  477.         object Label1: TLabel
  478.           Left = 44
  479.           Top = 24
  480.           Width = 23
  481.           Height = 13
  482.           Alignment = taRightJustify
  483.           Caption = '&Play:'
  484.           FocusControl = hkPlay
  485.         end
  486.         object Label2: TLabel
  487.           Left = 36
  488.           Top = 58
  489.           Width = 33
  490.           Height = 13
  491.           Alignment = taRightJustify
  492.           Caption = 'P&ause:'
  493.           FocusControl = hkPause
  494.         end
  495.         object Label3: TLabel
  496.           Left = 44
  497.           Top = 92
  498.           Width = 25
  499.           Height = 13
  500.           Alignment = taRightJustify
  501.           Caption = '&Stop:'
  502.           FocusControl = hkStop
  503.         end
  504.         object Label4: TLabel
  505.           Left = 28
  506.           Top = 126
  507.           Width = 41
  508.           Height = 13
  509.           Alignment = taRightJustify
  510.           Caption = '&Forward:'
  511.           FocusControl = hkForward
  512.         end
  513.         object Label5: TLabel
  514.           Left = 41
  515.           Top = 160
  516.           Width = 28
  517.           Height = 13
  518.           Alignment = taRightJustify
  519.           Caption = '&Back:'
  520.           FocusControl = hkBack
  521.         end
  522.         object Label14: TLabel
  523.           Left = 4
  524.           Top = 194
  525.           Width = 65
  526.           Height = 13
  527.           Alignment = taRightJustify
  528.           Caption = 'Skip F&orward:'
  529.           FocusControl = hkSkipForward
  530.         end
  531.         object Label15: TLabel
  532.           Left = 17
  533.           Top = 228
  534.           Width = 52
  535.           Height = 13
  536.           Alignment = taRightJustify
  537.           Caption = 'Skip B&ack:'
  538.           FocusControl = hkSkipBack
  539.         end
  540.         object hkPlay: THotKey
  541.           Left = 72
  542.           Top = 20
  543.           Width = 103
  544.           Height = 19
  545.           HelpContext = 301
  546.           HotKey = 24656
  547.           InvalidKeys = [hcNone, hcShift]
  548.           Modifiers = [hkShift, hkCtrl]
  549.           TabOrder = 0
  550.           OnEnter = AnyChange
  551.           OnExit = AnyChange
  552.         end
  553.         object hkPause: THotKey
  554.           Left = 72
  555.           Top = 54
  556.           Width = 103
  557.           Height = 19
  558.           HelpContext = 301
  559.           HotKey = 24656
  560.           InvalidKeys = [hcNone, hcShift]
  561.           Modifiers = [hkShift, hkCtrl]
  562.           TabOrder = 1
  563.           OnEnter = AnyChange
  564.           OnExit = AnyChange
  565.         end
  566.         object hkStop: THotKey
  567.           Left = 72
  568.           Top = 88
  569.           Width = 103
  570.           Height = 19
  571.           HelpContext = 301
  572.           HotKey = 24659
  573.           InvalidKeys = [hcNone, hcShift]
  574.           Modifiers = [hkShift, hkCtrl]
  575.           TabOrder = 2
  576.           OnEnter = AnyChange
  577.           OnExit = AnyChange
  578.         end
  579.         object hkForward: THotKey
  580.           Left = 72
  581.           Top = 122
  582.           Width = 103
  583.           Height = 19
  584.           HelpContext = 301
  585.           HotKey = 24646
  586.           InvalidKeys = [hcNone, hcShift]
  587.           Modifiers = [hkShift, hkCtrl]
  588.           TabOrder = 3
  589.           OnEnter = AnyChange
  590.           OnExit = AnyChange
  591.         end
  592.         object hkBack: THotKey
  593.           Left = 72
  594.           Top = 156
  595.           Width = 103
  596.           Height = 19
  597.           HelpContext = 301
  598.           HotKey = 24642
  599.           InvalidKeys = [hcNone, hcShift]
  600.           Modifiers = [hkShift, hkCtrl]
  601.           TabOrder = 4
  602.           OnEnter = AnyChange
  603.           OnExit = AnyChange
  604.         end
  605.         object hkSkipForward: THotKey
  606.           Left = 72
  607.           Top = 190
  608.           Width = 103
  609.           Height = 19
  610.           HelpContext = 301
  611.           HotKey = 24655
  612.           InvalidKeys = [hcNone, hcShift]
  613.           Modifiers = [hkShift, hkCtrl]
  614.           TabOrder = 5
  615.           OnEnter = AnyChange
  616.           OnExit = AnyChange
  617.         end
  618.         object hkSkipBack: THotKey
  619.           Left = 72
  620.           Top = 224
  621.           Width = 103
  622.           Height = 19
  623.           HelpContext = 301
  624.           HotKey = 24641
  625.           InvalidKeys = [hcNone, hcShift]
  626.           Modifiers = [hkShift, hkCtrl]
  627.           TabOrder = 6
  628.           OnEnter = AnyChange
  629.           OnExit = AnyChange
  630.         end
  631.       end
  632.       object GroupBox3: TGroupBox
  633.         Left = 204
  634.         Top = 84
  635.         Width = 185
  636.         Height = 81
  637.         Caption = 'Transport Commands'
  638.         TabOrder = 1
  639.         object Label6: TLabel
  640.           Left = 16
  641.           Top = 24
  642.           Width = 27
  643.           Height = 13
  644.           Alignment = taRightJustify
  645.           Caption = '&Eject:'
  646.           FocusControl = hkEject
  647.         end
  648.         object Label9: TLabel
  649.           Left = 14
  650.           Top = 56
  651.           Width = 29
  652.           Height = 13
  653.           Alignment = taRightJustify
  654.           Caption = '&Close:'
  655.           FocusControl = hkClose
  656.         end
  657.         object hkEject: THotKey
  658.           Left = 48
  659.           Top = 20
  660.           Width = 103
  661.           Height = 19
  662.           HelpContext = 301
  663.           HotKey = 24645
  664.           InvalidKeys = [hcNone, hcShift]
  665.           Modifiers = [hkShift, hkCtrl]
  666.           TabOrder = 0
  667.           OnEnter = AnyChange
  668.           OnExit = AnyChange
  669.         end
  670.         object hkClose: THotKey
  671.           Left = 48
  672.           Top = 52
  673.           Width = 103
  674.           Height = 19
  675.           HelpContext = 301
  676.           HotKey = 24643
  677.           InvalidKeys = [hcNone, hcShift]
  678.           Modifiers = [hkShift, hkCtrl]
  679.           TabOrder = 1
  680.           OnEnter = AnyChange
  681.           OnExit = AnyChange
  682.         end
  683.       end
  684.       object GroupBox4: TGroupBox
  685.         Left = 204
  686.         Top = 172
  687.         Width = 185
  688.         Height = 81
  689.         Caption = 'Hot Key Control'
  690.         TabOrder = 2
  691.         object Label18: TLabel
  692.           Left = 14
  693.           Top = 20
  694.           Width = 116
  695.           Height = 13
  696.           Alignment = taRightJustify
  697.           Caption = '&Enable/Disable hot keys'
  698.           FocusControl = hkToggle
  699.         end
  700.         object hkToggle: THotKey
  701.           Left = 48
  702.           Top = 40
  703.           Width = 103
  704.           Height = 19
  705.           HelpContext = 302
  706.           HotKey = 24651
  707.           InvalidKeys = [hcNone, hcShift]
  708.           Modifiers = [hkShift, hkCtrl]
  709.           TabOrder = 0
  710.           OnEnter = AnyChange
  711.           OnExit = AnyChange
  712.         end
  713.       end
  714.       object GroupBox10: TGroupBox
  715.         Left = 204
  716.         Top = 258
  717.         Width = 185
  718.         Height = 81
  719.         Caption = 'CDDB'
  720.         TabOrder = 3
  721.         object Label28: TLabel
  722.           Left = 14
  723.           Top = 20
  724.           Width = 122
  725.           Height = 13
  726.           Alignment = taRightJustify
  727.           Caption = 'Reload CDDB Information'
  728.           FocusControl = hkCDDBReload
  729.         end
  730.         object hkCDDBReload: THotKey
  731.           Left = 48
  732.           Top = 40
  733.           Width = 103
  734.           Height = 19
  735.           HelpContext = 303
  736.           HotKey = 24658
  737.           InvalidKeys = [hcNone, hcShift]
  738.           Modifiers = [hkShift, hkCtrl]
  739.           TabOrder = 0
  740.           OnEnter = AnyChange
  741.           OnExit = AnyChange
  742.         end
  743.       end
  744.     end
  745.     object tbsAbout: TTabSheet
  746.       Tag = 4
  747.       Caption = '&Register'
  748.       TabVisible = False
  749.       object Image6: TImage
  750.         Left = 4
  751.         Top = 196
  752.         Width = 144
  753.         Height = 157
  754.         AutoSize = True
  755.         Picture.Data = {<image003.bmp>}
  756.         PopupMenu = PopupMenu
  757.       end
  758.       object Label10: TLabel
  759.         Left = 154
  760.         Top = 200
  761.         Width = 241
  762.         Height = 53
  763.         AutoSize = False
  764.         Caption = 
  765.           'Graeme Chandler is a software developer specialising in Delphi. ' +
  766.           'He has worked for many years in the health industry in Australia' +
  767.           ' and has been contracting since 1996.'
  768.         WordWrap = True
  769.       end
  770.       object Label11: TLabel
  771.         Left = 156
  772.         Top = 264
  773.         Width = 31
  774.         Height = 13
  775.         Caption = 'E-mail:'
  776.         FocusControl = Edit1
  777.       end
  778.       object Label12: TLabel
  779.         Left = 156
  780.         Top = 308
  781.         Width = 67
  782.         Height = 13
  783.         Caption = 'Web Address:'
  784.         FocusControl = Edit2
  785.       end
  786.       object lblVersion: TLabel
  787.         Left = 64
  788.         Top = 36
  789.         Width = 125
  790.         Height = 13
  791.         Caption = 'Remote Control CD V1.5.2'
  792.       end
  793.       object Image2: TImage
  794.         Left = 8
  795.         Top = 8
  796.         Width = 48
  797.         Height = 48
  798.         AutoSize = True
  799.         Picture.Data = {<image004.bmp>}
  800.         Transparent = True
  801.       end
  802.       object gbLabelFX1: TgbLabelFX
  803.         Left = 64
  804.         Top = 16
  805.         Width = 48
  806.         Height = 19
  807.         LabelStyle = lsRaised
  808.         Caption = 'RCCD'
  809.         Font.Charset = DEFAULT_CHARSET
  810.         Font.Color = clRed
  811.         Font.Height = -16
  812.         Font.Name = 'Arial'
  813.         Font.Style = [fsBold]
  814.       end
  815.       object Bevel1: TBevel
  816.         Left = 8
  817.         Top = 176
  818.         Width = 381
  819.         Height = 5
  820.         Shape = bsTopLine
  821.         Style = bsRaised
  822.       end
  823.       object Label20: TLabel
  824.         Left = 10
  825.         Top = 76
  826.         Width = 99
  827.         Height = 17
  828.         AutoSize = False
  829.         Caption = 'RCCD is Freeware!'
  830.         WordWrap = True
  831.       end
  832.       object lblRegister: TLabel
  833.         Left = 10
  834.         Top = 96
  835.         Width = 359
  836.         Height = 29
  837.         AutoSize = False
  838.         Caption = 
  839.           'Please register to support further development and to be advised' +
  840.           ' of updates and patches.'
  841.         WordWrap = True
  842.       end
  843.       object Label21: TLabel
  844.         Left = 264
  845.         Top = 16
  846.         Width = 104
  847.         Height = 13
  848.         Caption = 'Copyright 1995-98'
  849.         Font.Charset = DEFAULT_CHARSET
  850.         Font.Color = clWindowText
  851.         Font.Height = -11
  852.         Font.Name = 'MS Sans Serif'
  853.         Font.Style = [fsBold]
  854.         ParentFont = False
  855.         Transparent = True
  856.       end
  857.       object Label22: TLabel
  858.         Left = 264
  859.         Top = 30
  860.         Width = 110
  861.         Height = 13
  862.         Caption = 'Graeme K Chandler'
  863.         Font.Charset = DEFAULT_CHARSET
  864.         Font.Color = clWindowText
  865.         Font.Height = -11
  866.         Font.Name = 'MS Sans Serif'
  867.         Font.Style = [fsBold]
  868.         ParentFont = False
  869.         Transparent = True
  870.       end
  871.       object Edit1: TEdit
  872.         Left = 156
  873.         Top = 284
  874.         Width = 121
  875.         Height = 21
  876.         TabStop = False
  877.         BorderStyle = bsNone
  878.         Color = clBtnFace
  879.         Ctl3D = True
  880.         Font.Charset = DEFAULT_CHARSET
  881.         Font.Color = clWindowText
  882.         Font.Height = -13
  883.         Font.Name = 'MS Sans Serif'
  884.         Font.Style = []
  885.         ParentCtl3D = False
  886.         ParentFont = False
  887.         ReadOnly = True
  888.         TabOrder = 0
  889.         Text = 'jag@access.net.au'
  890.       end
  891.       object Edit2: TEdit
  892.         Left = 156
  893.         Top = 328
  894.         Width = 185
  895.         Height = 21
  896.         TabStop = False
  897.         BorderStyle = bsNone
  898.         Color = clBtnFace
  899.         Ctl3D = True
  900.         Font.Charset = DEFAULT_CHARSET
  901.         Font.Color = clWindowText
  902.         Font.Height = -13
  903.         Font.Name = 'MS Sans Serif'
  904.         Font.Style = []
  905.         ParentCtl3D = False
  906.         ParentFont = False
  907.         ReadOnly = True
  908.         TabOrder = 1
  909.         Text = 'http://www.gajits.au.com'
  910.       end
  911.       object btnVisitSite: TButton
  912.         Left = 4
  913.         Top = 136
  914.         Width = 120
  915.         Height = 25
  916.         Caption = '&Visit my Web Site'
  917.         TabOrder = 2
  918.         OnClick = btnVisitSiteClick
  919.       end
  920.       object btnRegister: TButton
  921.         Left = 260
  922.         Top = 136
  923.         Width = 120
  924.         Height = 25
  925.         Caption = '&Register'
  926.         TabOrder = 3
  927.         OnClick = btnRegisterClick
  928.       end
  929.       object btnRegNo: TButton
  930.         Left = 132
  931.         Top = 136
  932.         Width = 120
  933.         Height = 25
  934.         Caption = '&Enter Registration No.'
  935.         TabOrder = 4
  936.         OnClick = btnRegNoClick
  937.       end
  938.     end
  939.     object tbsCredits: TTabSheet
  940.       Tag = 5
  941.       Caption = 'Credits'
  942.       TabVisible = False
  943.       object ScrollBox1: TScrollBox
  944.         Left = 0
  945.         Top = 41
  946.         Width = 397
  947.         Height = 323
  948.         Align = alClient
  949.         Ctl3D = True
  950.         ParentCtl3D = False
  951.         TabOrder = 0
  952.         object Label34: TLabel
  953.           Left = 64
  954.           Top = 28
  955.           Width = 61
  956.           Height = 13
  957.           Caption = 'Ed Hatherley'
  958.         end
  959.         object Label35: TLabel
  960.           Left = 52
  961.           Top = 12
  962.           Width = 55
  963.           Height = 13
  964.           Caption = 'Graphics:'
  965.           Font.Charset = DEFAULT_CHARSET
  966.           Font.Color = clWindowText
  967.           Font.Height = -11
  968.           Font.Name = 'MS Sans Serif'
  969.           Font.Style = [fsBold]
  970.           ParentFont = False
  971.         end
  972.         object Label36: TLabel
  973.           Left = 64
  974.           Top = 100
  975.           Width = 70
  976.           Height = 13
  977.           Caption = 'Rob Borthwick'
  978.         end
  979.         object Label37: TLabel
  980.           Left = 52
  981.           Top = 64
  982.           Width = 184
  983.           Height = 13
  984.           Caption = 'Testing and design suggestions:'
  985.           Font.Charset = DEFAULT_CHARSET
  986.           Font.Color = clWindowText
  987.           Font.Height = -11
  988.           Font.Name = 'MS Sans Serif'
  989.           Font.Style = [fsBold]
  990.           ParentFont = False
  991.         end
  992.         object Label38: TLabel
  993.           Left = 64
  994.           Top = 116
  995.           Width = 61
  996.           Height = 13
  997.           Caption = 'Ed Hatherley'
  998.         end
  999.         object Label39: TLabel
  1000.           Left = 92
  1001.           Top = 136
  1002.           Width = 87
  1003.           Height = 13
  1004.           Caption = 'and many others...'
  1005.         end
  1006.         object Image5: TImage
  1007.           Left = 16
  1008.           Top = 12
  1009.           Width = 32
  1010.           Height = 32
  1011.           AutoSize = True
  1012.           Picture.Data = {<image005.ico>}
  1013.         end
  1014.         object Image8: TImage
  1015.           Left = 16
  1016.           Top = 64
  1017.           Width = 32
  1018.           Height = 32
  1019.           AutoSize = True
  1020.           Picture.Data = {<image006.ico>}
  1021.         end
  1022.         object Label40: TLabel
  1023.           Left = 64
  1024.           Top = 84
  1025.           Width = 56
  1026.           Height = 13
  1027.           Caption = 'John Aldred'
  1028.         end
  1029.         object Label24: TLabel
  1030.           Left = 12
  1031.           Top = 236
  1032.           Width = 357
  1033.           Height = 41
  1034.           AutoSize = False
  1035.           Caption = 
  1036.             'Thanks to Ti Kan and Steve Scherf at CDDB for providing a free s' +
  1037.             'ervice for users of CD players to enable downloading of CD artis' +
  1038.             't and track information:'
  1039.           WordWrap = True
  1040.         end
  1041.         object Label25: TLabel
  1042.           Left = 12
  1043.           Top = 220
  1044.           Width = 39
  1045.           Height = 13
  1046.           Caption = 'CDDB:'
  1047.           Font.Charset = DEFAULT_CHARSET
  1048.           Font.Color = clWindowText
  1049.           Font.Height = -11
  1050.           Font.Name = 'MS Sans Serif'
  1051.           Font.Style = [fsBold]
  1052.           ParentFont = False
  1053.         end
  1054.         object Label29: TLabel
  1055.           Left = 152
  1056.           Top = 84
  1057.           Width = 68
  1058.           Height = 13
  1059.           Caption = 'Jamie Conway'
  1060.         end
  1061.         object Label30: TLabel
  1062.           Left = 152
  1063.           Top = 100
  1064.           Width = 62
  1065.           Height = 13
  1066.           Caption = 'Jason Bance'
  1067.         end
  1068.         object Image9: TImage
  1069.           Left = 16
  1070.           Top = 171
  1071.           Width = 26
  1072.           Height = 26
  1073.           AutoSize = True
  1074.           Picture.Data = {<image007.bmp>}
  1075.         end
  1076.         object Bevel2: TBevel
  1077.           Left = 14
  1078.           Top = 169
  1079.           Width = 31
  1080.           Height = 30
  1081.           Style = bsRaised
  1082.         end
  1083.         object Label31: TLabel
  1084.           Left = 52
  1085.           Top = 168
  1086.           Width = 193
  1087.           Height = 13
  1088.           Caption = 'For his Freeware TCP component:'
  1089.           Font.Charset = DEFAULT_CHARSET
  1090.           Font.Color = clWindowText
  1091.           Font.Height = -11
  1092.           Font.Name = 'MS Sans Serif'
  1093.           Font.Style = [fsBold]
  1094.           ParentFont = False
  1095.         end
  1096.         object Label32: TLabel
  1097.           Left = 52
  1098.           Top = 188
  1099.           Width = 81
  1100.           Height = 13
  1101.           Caption = 'Fran∩┐╜ois PIETTE'
  1102.         end
  1103.         object Edit9: TEdit
  1104.           Left = 196
  1105.           Top = 24
  1106.           Width = 165
  1107.           Height = 21
  1108.           Color = clBtnFace
  1109.           ReadOnly = True
  1110.           TabOrder = 0
  1111.           Text = 'pegged@hurontel.on.ca'
  1112.         end
  1113.         object Edit4: TEdit
  1114.           Left = 196
  1115.           Top = 268
  1116.           Width = 165
  1117.           Height = 21
  1118.           Color = clBtnFace
  1119.           ReadOnly = True
  1120.           TabOrder = 1
  1121.           Text = 'http://www.cddb.com'
  1122.         end
  1123.         object Edit5: TEdit
  1124.           Left = 196
  1125.           Top = 184
  1126.           Width = 165
  1127.           Height = 21
  1128.           Color = clBtnFace
  1129.           ReadOnly = True
  1130.           TabOrder = 2
  1131.           Text = 'http://www.rtfm.be/fpiette'
  1132.         end
  1133.       end
  1134.       object Panel3: TPanel
  1135.         Left = 0
  1136.         Top = 0
  1137.         Width = 397
  1138.         Height = 41
  1139.         Align = alTop
  1140.         BevelOuter = bvNone
  1141.         TabOrder = 1
  1142.         object Label33: TLabel
  1143.           Left = 12
  1144.           Top = 8
  1145.           Width = 348
  1146.           Height = 19
  1147.           Caption = 'Many thanks to the following for their contribution:'
  1148.           Font.Charset = DEFAULT_CHARSET
  1149.           Font.Color = clWindowText
  1150.           Font.Height = -16
  1151.           Font.Name = 'Times New Roman'
  1152.           Font.Style = [fsBold, fsItalic]
  1153.           ParentFont = False
  1154.         end
  1155.       end
  1156.     end
  1157.     object tbsCDDB: TTabSheet
  1158.       Tag = 6
  1159.       Caption = 'tbsCDDB'
  1160.       TabVisible = False
  1161.       object Image7: TImage
  1162.         Left = 8
  1163.         Top = 8
  1164.         Width = 48
  1165.         Height = 48
  1166.         AutoSize = True
  1167.         Picture.Data = {<image008.bmp>}
  1168.         Transparent = True
  1169.       end
  1170.       object Label23: TLabel
  1171.         Left = 60
  1172.         Top = 12
  1173.         Width = 317
  1174.         Height = 41
  1175.         AutoSize = False
  1176.         Caption = 
  1177.           'CDDB is the CD Internet Database. Use these settings to control ' +
  1178.           'how RCCD communicates with this database to download CD track in' +
  1179.           'formation.'
  1180.         WordWrap = True
  1181.       end
  1182.       object Label26: TLabel
  1183.         Left = 8
  1184.         Top = 76
  1185.         Width = 95
  1186.         Height = 13
  1187.         Caption = 'Your e-mail address:'
  1188.       end
  1189.       object Label27: TLabel
  1190.         Left = 8
  1191.         Top = 104
  1192.         Width = 79
  1193.         Height = 13
  1194.         Caption = 'Selected Server:'
  1195.       end
  1196.       object edtEmail: TEdit
  1197.         Left = 108
  1198.         Top = 72
  1199.         Width = 213
  1200.         Height = 21
  1201.         HelpContext = 600
  1202.         TabOrder = 0
  1203.         OnChange = AnyChange
  1204.       end
  1205.       object edtServer: TEdit
  1206.         Left = 108
  1207.         Top = 100
  1208.         Width = 213
  1209.         Height = 21
  1210.         HelpContext = 601
  1211.         Color = clBtnFace
  1212.         ReadOnly = True
  1213.         TabOrder = 1
  1214.         Text = 'cddb.cddb.com'
  1215.         OnChange = AnyChange
  1216.       end
  1217.       object btnChange: TButton
  1218.         Left = 324
  1219.         Top = 100
  1220.         Width = 62
  1221.         Height = 21
  1222.         HelpContext = 602
  1223.         Caption = '&Change'
  1224.         TabOrder = 2
  1225.         OnClick = btnChangeClick
  1226.       end
  1227.       object grpCDDBDowload: TRadioGroup
  1228.         Left = 12
  1229.         Top = 164
  1230.         Width = 177
  1231.         Height = 85
  1232.         HelpContext = 604
  1233.         Caption = 'Download from CDDB'
  1234.         ItemIndex = 1
  1235.         Items.Strings = (
  1236.           'As required'
  1237.           'Only when asked')
  1238.         TabOrder = 3
  1239.         OnClick = AnyChange
  1240.       end
  1241.       object btnCDDBTest: TButton
  1242.         Left = 112
  1243.         Top = 128
  1244.         Width = 125
  1245.         Height = 25
  1246.         HelpContext = 603
  1247.         Caption = 'Test Selected Server'
  1248.         TabOrder = 4
  1249.         OnClick = btnCDDBTestClick
  1250.       end
  1251.       object edtPort: TEdit
  1252.         Left = 8
  1253.         Top = 128
  1254.         Width = 73
  1255.         Height = 21
  1256.         Color = clBtnFace
  1257.         ReadOnly = True
  1258.         TabOrder = 5
  1259.         Visible = False
  1260.         OnChange = AnyChange
  1261.       end
  1262.       object GroupBox9: TGroupBox
  1263.         Left = 12
  1264.         Top = 256
  1265.         Width = 177
  1266.         Height = 97
  1267.         Caption = 'Notify me when'
  1268.         TabOrder = 6
  1269.         object optCDDBNotifyFailConnect: TCheckBox
  1270.           Left = 8
  1271.           Top = 20
  1272.           Width = 157
  1273.           Height = 17
  1274.           HelpContext = 606
  1275.           Caption = 'Connection fails'
  1276.           State = cbChecked
  1277.           TabOrder = 0
  1278.           OnClick = AnyChange
  1279.         end
  1280.         object optCDDBDownloadComplete: TCheckBox
  1281.           Left = 8
  1282.           Top = 68
  1283.           Width = 149
  1284.           Height = 17
  1285.           HelpContext = 608
  1286.           Caption = 'Download is complete'
  1287.           TabOrder = 2
  1288.           OnClick = AnyChange
  1289.         end
  1290.         object optCDDBNotifyFailDownload: TCheckBox
  1291.           Left = 8
  1292.           Top = 44
  1293.           Width = 157
  1294.           Height = 17
  1295.           HelpContext = 607
  1296.           Caption = 'Download fails'
  1297.           State = cbChecked
  1298.           TabOrder = 1
  1299.           OnClick = AnyChange
  1300.         end
  1301.       end
  1302.       object grpOptions: TGroupBox
  1303.         Left = 208
  1304.         Top = 164
  1305.         Width = 177
  1306.         Height = 49
  1307.         Caption = 'Options'
  1308.         TabOrder = 7
  1309.         object optDownloadStatus: TCheckBox
  1310.           Left = 12
  1311.           Top = 20
  1312.           Width = 145
  1313.           Height = 17
  1314.           HelpContext = 605
  1315.           Caption = 'Show download status'
  1316.           State = cbChecked
  1317.           TabOrder = 0
  1318.         end
  1319.       end
  1320.     end
  1321.   end
  1322.   object Panel1: TPanel
  1323.     Left = 0
  1324.     Top = 395
  1325.     Width = 582
  1326.     Height = 27
  1327.     Align = alBottom
  1328.     BevelOuter = bvNone
  1329.     TabOrder = 2
  1330.     object Panel2: TPanel
  1331.       Left = 339
  1332.       Top = 0
  1333.       Width = 243
  1334.       Height = 27
  1335.       Align = alRight
  1336.       BevelOuter = bvNone
  1337.       Caption = 'Panel2'
  1338.       TabOrder = 0
  1339.       object btnOK: TButton
  1340.         Left = 4
  1341.         Top = 2
  1342.         Width = 75
  1343.         Height = 25
  1344.         Caption = '&OK'
  1345.         Default = True
  1346.         TabOrder = 0
  1347.         OnClick = btnOKClick
  1348.       end
  1349.       object btnCancel: TButton
  1350.         Left = 84
  1351.         Top = 2
  1352.         Width = 75
  1353.         Height = 25
  1354.         Cancel = True
  1355.         Caption = '&Cancel'
  1356.         ModalResult = 2
  1357.         TabOrder = 1
  1358.         OnClick = btnCancelClick
  1359.       end
  1360.       object btnApply: TButton
  1361.         Left = 164
  1362.         Top = 2
  1363.         Width = 75
  1364.         Height = 25
  1365.         Caption = '&Apply'
  1366.         TabOrder = 2
  1367.         OnClick = btnApplyClick
  1368.       end
  1369.     end
  1370.   end
  1371.   object Panel9: TPanel
  1372.     Left = 0
  1373.     Top = 0
  1374.     Width = 582
  1375.     Height = 21
  1376.     Align = alTop
  1377.     BevelOuter = bvNone
  1378.     TabOrder = 3
  1379.   end
  1380.   object Panel8: TPanel
  1381.     Left = 0
  1382.     Top = 21
  1383.     Width = 177
  1384.     Height = 374
  1385.     Align = alLeft
  1386.     BevelOuter = bvNone
  1387.     TabOrder = 0
  1388.     object tvCategory: TTreeView
  1389.       Left = 7
  1390.       Top = 1
  1391.       Width = 165
  1392.       Height = 371
  1393.       ReadOnly = True
  1394.       RightClickSelect = True
  1395.       HideSelection = False
  1396.       Indent = 19
  1397.       Items.Data = {
  1398.         0300000027000000000000000000000001000000FFFFFFFF0000000002000000
  1399.         0E52434344204265686176696F757223000000000000000000000002000000FF
  1400.         FFFFFF00000000000000000A417070656172616E636521000000000000000000
  1401.         000003000000FFFFFFFF000000000000000008486F74204B6579731D00000000
  1402.         0000000000000006000000FFFFFFFF0000000000000000044344444221000000
  1403.         000000000000000004000000FFFFFFFF00000000010000000852656769737465
  1404.         7220000000000000000000000005000000FFFFFFFF0000000000000000074372
  1405.         6564697473}
  1406.       OnChange = tvCategoryChange
  1407.       TabOrder = 0
  1408.     end
  1409.   end
  1410.   object PopupMenu: TPopupMenu
  1411.     Left = 460
  1412.     Top = 4
  1413.     object mnuShowSplashScreen: TMenuItem
  1414.       Caption = '&Show Splash Screen'
  1415.       Checked = True
  1416.       OnClick = mnuShowSplashScreenClick
  1417.     end
  1418.   end
  1419.   object OpenPictureDialog: TOpenPictureDialog
  1420.     Filter = 
  1421.       'All (*.jpg;*.jpeg;*.bmp;*.ico;*.emf;*.wmf)|*.jpg;*.jpeg;*.bmp;*.' +
  1422.       'ico;*.emf;*.wmf|JPEG Image File (*.jpg)|*.jpg|JPEG Image File (*' +
  1423.       '.jpeg)|*.jpeg|Bitmaps (*.bmp)|*.bmp|Icons (*.ico)|*.ico|Enhanced' +
  1424.       ' Metafiles (*.emf)|*.emf|Metafiles (*.wmf)|*.wmf'
  1425.     Left = 425
  1426.     Top = 339
  1427.   end
  1428. end
  1429.